home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / README < prev    next >
Encoding:
Text File  |  1994-04-25  |  4.1 KB  |  108 lines

  1. /*****************************************************************************
  2.   FILE           : README
  3.   SHORTNAME      : README
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Readme File for SNNS V3.2
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier
  10.   DATE           : 20.04.1994
  11.  
  12.   CHANGED BY     : 
  13.   IDENTIFICATION : @(#)README    1.4 4/20/94
  14.   SCCS VERSION   : 1.4
  15.   LAST CHANGE    : 4/20/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. This Directory contains the following files:
  23.  
  24. README          :       This file
  25. Makefile.sun    :    Sample Sparc Makefile
  26. xgui.ddt    :       dependencies for the makefile
  27.  
  28. bn_JordElm.c    :    the BIGNET Jordan-Elman panel & functions 
  29. bn_TD bignet.c     :    the BIGNET time delay panel & functions 
  30. bn_art1.c      :    the BIGNET ART1 panel & functions 
  31. bn_art2.c      :    the BIGNET ART2 panel & functions 
  32. bn_artmap.c      :    the BIGNET ARTMAP panel & functions 
  33. bn_assoz.c    :    the BIGNET autoassoziative memory panel & functions 
  34. bn_basics.c      :    subroutines common to all BIGNET tools 
  35. bn_bighop.c    :
  36. bn_bignet.c      :    the BIGNET feed forward panel & functions 
  37. bn_kohonen.c    :    the BIGNET kohonen panel & functions
  38. bn_menu.c      :    the BIGNET tools selection menu 
  39. cc_main.c      :    cascade correlation control panel 
  40. d3_anageo.c      :    3-D matrix operations 
  41. d3_disp.c      :    event loop for 3-D display 
  42. d3_dither.c      :    color rastering 
  43. d3_draw.c      :    high level drawing functions 
  44. d3_fonts.c      :    text output control 
  45. d3_global.c      :    global variables for 3-D 
  46. d3_graph.c      :    low level drawing functions 
  47. d3_light.c      :    illumination panel 
  48. d3_links.c      :    3-D link display panel 
  49. d3_lists.c      :    3-D list managenemt 
  50. d3_main.c      :    3-D interface handling 
  51. d3_model.c      :    solid/wire display setting 
  52. d3_move.c      :    rotation,translation and scaling 
  53. d3_pannels.c      :    3-D control panel 
  54. d3_point.c      :    3-D pixel output 
  55. d3_project.c      :    3-D projection panel 
  56. d3_setup.c      :    3-D setup panel 
  57. d3_shade.c      :    shading algorithm 
  58. d3_units.c      :    3-D unit setup panel 
  59. d3_xUtils.c      :    X window routine interface 
  60. d3_zValue.c      :    z-value input panel 
  61. d3_zgraph.c      :    z-buffer functions 
  62. net_analyzer.c  :    routines for the network analyzer
  63. o_graph.c      :    plotting of the error graph 
  64. ui_action.c      :    editor actions 
  65. ui_colEdit.c      :    changing of the display colors 
  66. ui_color.c      :    handles the color maps 
  67. ui_config.c      :    load & save of configurations 
  68. ui_confirmer.c  :    handling of the confirmer 
  69. ui_display.c      :    aministration of displays 
  70. ui_displwght.c  :    implements the Hinton- and WV-diagrams 
  71. ui_edit.c      :    editing of f-types and sites 
  72. ui_event.c      :    event handler for mouse or window events 
  73. ui_file.c      :    creation of the file panel 
  74. ui_fileP.c      :    load, save (high level) 
  75. ui_funcdispl.c  :    displays the activation and output functions 
  76. ui_info.c      :    creation of the info panel 
  77. ui_infoP.c      :    callbacks and handling of the info panel 
  78. ui_inversion.c  :    handels the inversion display & algorithm 
  79. ui_key.c      :    event handler for keyboard 
  80. ui_kohonen.c    :    handels the kohonen display
  81. ui_layer.c      :    creation of layer popups 
  82. ui_layerP.c     :    handling of the layer popup 
  83. ui_lists.c      :    administration of the list popup 
  84. ui_main.c      :    initializing 
  85. ui_mainP.c      :    windows and popups, help facility 
  86. ui_maspar.c      :    maspar user interface 
  87. ui_netGraph.c      :    drawing of network elements (mid level) 
  88. ui_netUpdate.c  :    drawing of the network, whole or parts (high level) 
  89. ui_print.c      :    creation and handling of the print panel 
  90. ui_remote.c      :    creation of the remote panel 
  91. ui_remoteP.c      :    callbacks and handling of the remote panel 
  92. ui_result.c     :    handling of the result file generation 
  93. ui_selection.c  :    administration of the selection 
  94. ui_setup.c      :    creation of the setup panel 
  95. ui_setupP.c      :    administration of the setup panel 
  96. ui_status.c      :    status information in the manager panel 
  97. ui_textP.c      :    text output (stdout, Log file) 
  98. ui_utilP.c      :    utility functions 
  99. ui_xGraphic.c      :    X graphic interface (low level) 
  100. ui_xWidgets.c      :    handling of widgets 
  101. ui.h          :    datatypes, definitions 
  102.  
  103.  
  104. The .h  files are the correspondent public headers
  105. The .ph files are the correspondent private headers
  106.  
  107.  
  108.